.guide {
    position: fixed;
    right: 0;
    top: 20%;
    width: 774px;
    height: 535px;
    z-index: 999;
}

.guidebox {
    position: relative;
    width: 784px;
    min-height: 535px;
}

.guide1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 134px;
    right: 0;
    width: 136px;
    height: 215px;
}

.guide1 img {
    width: 136px;
    height: 170px;
    cursor: pointer;
}

.guide1 p {
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 136px;
    height: 45px;
    line-height: 40px;
    background-image: url(http://mzt.gxzf.gov.cn/material/images/wzdy/guide_box.png);
    font-size: 17px;
    font-weight: 700;
    color: #5cbd84;
}

.guide-close {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 23px;
    height: 23px;
    background-image: url(http://mzt.gxzf.gov.cn/material/images/wzdy/close.png);
    cursor: pointer;
}

/* 对话 */
.guide2 {
    position: absolute;
    right: 0;
    width: 257px;
    height: 124px;
    background-image: url(http://mzt.gxzf.gov.cn/material/images/wzdy/talkBox.png);
}

.guide2 p {
    font-size: 16px;
    padding: 15px 0px 0 40px;
    color: #44292a;
}

/* 选项 */
.guide3 {
    position: absolute;
    top: 205px;
    width: 629px;
    min-height: 330px;
    border: 2px solid #861816;
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
}

.guide3 ul {
    padding: 36px 56px 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.guide3 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 90px;
    margin-bottom: 43px;
    width: 210px;
    height: 40px;
    background-color: #f5fcdb;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #e8e8e8;
    color: #44292a;
    cursor: pointer;
}

.guide3 ul a li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 90px;
    margin-bottom: 43px;
    width: 210px;
    height: 40px;
    background-color: #f5fcdb;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #e8e8e8;
    color: #44292a;
    cursor: pointer;
}

.guide3 ul li:hover {
    background-color: #861816;
    color: #fff;
}

.guide3 ul li:nth-child(2n) {
    margin-right: 0;
}

.guide3 .guide3-2 ul a:nth-child(2n) li {
    margin-right: 0;
}

.guide3 .guide3-3new ul a:nth-child(2n) li {
    margin-right: 0;
}

/* 第二个内容页 */
.guide3-2 div,
.guide3-3new div {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 580px;
    height: 50px;
    border-bottom: 1px dashed #861816;
}

.guide3-2 div p,
.guide3-3new div p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97px;
    height: 36px;
    background-image: url(http://mzt.gxzf.gov.cn/material/images/wzdy/btn-guide.png);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-indent: 18px;
    cursor: pointer;
}
